home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 August / The Sunday Times - The Month 2004-08.iso / pc / engine / shell / shell.swf / scripts / DefineButton2_27 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2004-07-06  |  335 b   |  15 lines

  1. on(release){
  2.    if(clickFunction == "exitDisc")
  3.    {
  4.       var theURL = "http://aol.openemail.net/broadband/";
  5.       Tardis.creditsComplete();
  6.    }
  7.    else
  8.    {
  9.       var obj = Tardis.OverlayController.getLastOverlay();
  10.       Tardis.OverlayController.pauseOverlay(obj);
  11.       gotoAndStop(10);
  12.       Tardis.exit();
  13.    }
  14. }
  15.